PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / yCurveTo Method
X coordinate of first control point.
Y coordinate of first control point.
X coordinate of curve end point.
Y coordinate of curve end point.
In This Topic
    yCurveTo Method
    In This Topic
    Append a cubic Bézier curve to the current path. Operator: y
    Syntax
    public void yCurveTo( 
       double x1,
       double y1,
       double x3,
       double y3
    )

    Parameters

    x1
    X coordinate of first control point.
    y1
    Y coordinate of first control point.
    x3
    X coordinate of curve end point.
    y3
    Y coordinate of curve end point.
    See Also